Remove some outdated information
authorMatthias Clasen <mclasen@redhat.com>
Fri, 20 Oct 2017 09:21:05 +0000 (11:21 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 20 Oct 2017 11:54:01 +0000 (13:54 +0200)
Render nodes don't have transformations, currently.
Only transform nodes do.

gsk/gskrendernode.c

index 53a23630e3af23233b489b6fc553d076798afd9e..4e4c31b58cd464bfeb8a740ba1fdda35e1eda543 100644 (file)
  * children nodes.
  *
  * Each node has an associated drawing surface, which has the size of
- * the rectangle set using gsk_render_node_set_bounds(). Nodes have an
- * associated transformation matrix, which is used to position and
- * transform the node on the scene graph; additionally, they also have
- * a child transformation matrix, which will be applied to each child.
+ * the rectangle set using gsk_render_node_set_bounds().
  *
  * Render nodes are meant to be transient; once they have been associated
  * to a #GskRenderer it's safe to release any reference you have on them.